Home Configuration Directives

Support me and buy your Yubikey via this link:


 

Want to donate?

 

Want more YubiKey use? try Clavid.com which is a swiss OpenID provider

 

Helpful Links:

Apache HTTPD project

APR project

Apache HTTPD API documentation

Yubico

 

Authored by Jens Frey

 

Recent News:

 

31.08.2008:

WebSite officially launched

 

Supported Browsers:

Firefox 0.9+

Microsoft IE 5.0+

Mozilla 1.0+

Netscape 6.0+

Opera 7.0+

Safari 1.0+

Initial release of mod_authn_yubikey

With mod_authn_yubikey you can protect your website with a basic auth mechanism (the username password popup box), just more secure ;)

 

The mod_authn_yubikey module is an authentication provider for the apache 2.2 platform. It leverages the YubiKey which is a small token that acts as an authentication device.

 

By enabling your apache installation with this module you can use your YubiKey for authentication with your website.

The mod_authn_yubikey module provides one and two factor authentication for your website and is completely independend from the technlogy that implements your website (like CGI, JSP or PHP).

 

In your backend application you can read the HTTP_X_YUBI_AUTH_TYPE header, which is either OneFactor or TwoFactor stating that the user authenticated using either just the Yubikey itself or in conjunction with an additional password, where TwoFactor would be sent instead.

------------------------

August 2008, 31th by Jens Frey

Story

The reason for initially developing the module is maybe somewhat interesting. It all began with me telling a friend (Robert Ott from Clavid) that i heard of this super cool security token on the Security Now! podcast and that this would be the perfect fit for him, as he is a swiss OpenID provider supporting lots of different authentication mechanisms.

 

After evaluating the device he asked me if he should order me such a device too, thankfully i agreed to this. A few days (maybe weeks) later he donated the token to me, and there i stood, having this incredibly cool token, but not really a good use for it ... and that's were mod_authn_yubikey started ...

------------------------

August 2008, 31th by Jens Frey